home *** CD-ROM | disk | FTP | other *** search
/ Kentucky Virtual Art Museum / Kentucky Virtual Art Museum.iso / site / museums / kacb / clearSkin_1.swf / scripts / frame_1 / DoAction.as
Text File  |  2005-05-25  |  385b  |  15 lines

  1. function getSkinInfo(Void)
  2. {
  3.    var _loc1_ = new Object();
  4.    _loc1_.video = {x:0,y:0,w:0,h:0};
  5.    _loc1_.mode = "disable";
  6.    _loc1_.playBtn = {x:10,y:-36};
  7.    _loc1_.pauseBtn = {x:41,y:-36};
  8.    _loc1_.stopBtn = {x:65,y:-36};
  9.    _loc1_.volumeMute = {x:89,y:-36};
  10.    _loc1_.autoHide = true;
  11.    _loc1_.bgColor = 16777215;
  12.    _loc1_.uiMode = "stretch";
  13.    return _loc1_;
  14. }
  15.